/* infos */

.infos {
    margin-top: 27px;
    margin-bottom: 70px;
}

.infos__title {
    font-size: 14px;
    line-height: 21px;
    color: #787878 !important;
}

.infos__line-separator--gray {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    height: 0px;
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.infos__list--unordered {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #787878;
    list-style-type: disc !important;
}
